home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / keyb / mkey108.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1994-06-27  |  544b  |  23 lines

  1. REM  Create a directory c:\MAGIC and copy all files into it.
  2.  
  3. MD C:\MAGIC
  4. MD C:\MAGIC\OLD_DATA
  5. COPY C:\MAGIC\*.* C:\MAGIC\OLD_DATA
  6.  
  7. COPY READ.ME      C:\MAGIC
  8. COPY WHATS.NEW    C:\MAGIC
  9. COPY MAGIC.BAT    C:\MAGIC
  10. COPY INTERNET.DAT C:\MAGIC
  11. COPY EMAIL.DAT    C:\MAGIC
  12. COPY FTP.DAT      C:\MAGIC
  13. COPY PERSONAL.DAT C:\MAGIC
  14. COPY MAGICKEY.HLP C:\MAGIC
  15. COPY MAGICKEY.EXE C:\MAGIC
  16. COPY MAGICKEY.DOC C:\MAGIC
  17. COPY REGISTER.DOC C:\MAGIC
  18.  
  19. REM  Change to the MAGIC directory and run the sample BAT file MAGIC
  20. C:
  21. CD \MAGIC
  22. MAGIC.BAT
  23.